gtk-demo: Use a style class on the sidebar
authorMatthias Clasen <mclasen@redhat.com>
Sun, 9 Aug 2020 12:27:56 +0000 (08:27 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 13 Aug 2020 20:30:21 +0000 (16:30 -0400)
Use .navigation-sidebar for the main sidebar.

demos/gtk-demo/main.ui

index 8ea11ab79540708c4d2beeca0ba56baa80adbd64..acc789d0ff897f4afc41417db552b2eab97f81f9 100644 (file)
@@ -70,6 +70,9 @@
 
                 <child>
                   <object class="GtkListView" id="listview">
+                    <style>
+                      <class name="navigation-sidebar"/>
+                    </style>
                     <property name="factory">
                       <object class="GtkBuilderListItemFactory">
                         <property name="resource">/ui/main-listitem.ui</property>